home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / pico_2.swf / scripts / DefineButton2_702 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2010-08-12  |  116 b   |  7 lines

  1. on(release){
  2.    stopAllSounds();
  3.    _root.aion = false;
  4.    _root.gotoAndStop(4);
  5.    _root.selsound.start();
  6. }
  7.